How to solve these coding challenges:


Challenge #1

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #2

Input: 16, 2

Output: 2 ** 4 = 16

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #3

Input str: Hello Everybody!

Output: 5

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #4

An equilateral triangle is a triangle in which all three sides have the same length.

An isosceles triangle is a triangle that has two equal sides.

A scalene triangle is a triangle that has three unequal sides.


Input: Enter the lengths of the triangle sides:

x: 6

y: 8

z: 12

Expected Output: Scalene triangle.

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #5

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #6

Input: Python31py50

Output: Sum: 9, Average: 2.25

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #7

Input: User enters 8

Output:

8 x 1 = 8

8 x 2 = 16

8 x 3 = 24

8 x 4 = 32

8 x 5 = 40

8 x 6 = 48

8 x 7 = 56

8 x 8 = 64

8 x 9 = 72

8 x 10 = 80

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #8

1

22

333

4444

55555

666666


Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #9

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #10

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #11

Example: if n is 23 it will print out 0, 1, 1, 2, 3, 5, 8, 13, 21

Are you stuck? Do you want to see the solution to this exercise? Click here.


Challenge #12

*

* *

* * *

* * * *

* * * * *

* * * *

* * *

* *

*

Are you stuck? Do you want to see the solution to this exercise? Click here.